home *** CD-ROM | disk | FTP | other *** search
/ IRIX Patches 1995 June / SGI IRIX Patches 1995 Jun.iso / 5.3_patches / patchSG0000499 / patchSG0000499.idb / usr / include / abi / X11 / extensions / Xsetmon.h.z / Xsetmon.h
Encoding:
C/C++ Source or Header  |  1995-06-12  |  1.0 KB  |  26 lines

  1. /**************************************************************************
  2.  *                                                                        *
  3.  *              Copyright ( C ) 1994, Silicon Graphics, Inc.              *
  4.  *                                                                        *
  5.  *  These coded instructions, statements, and computer programs  contain  *
  6.  *  unpublished  proprietary  information of Silicon Graphics, Inc., and  *
  7.  *  are protected by Federal copyright law.  They  may  not be disclosed  *
  8.  *  to  third  parties  or copied or duplicated in any form, in whole or  *
  9.  *  in part, without the prior written consent of Silicon Graphics, Inc.  *
  10.  *                                                                        *
  11.  **************************************************************************/
  12.  
  13. #ifndef _XSETMON_H_
  14. #define _XSETMON_H_
  15.  
  16. #define SGI_SETMON_ATOM_NAME    "__SGI_SETMON_ATOM__"
  17.  
  18. typedef struct _XSetmonProp {
  19.     int    flags;
  20.     int    screenWidth;
  21.     int    screenHeight;
  22. } XSetmonProp;
  23.  
  24.  
  25. #endif /* _XSETMON_H_ */
  26.